Showing 60 open source projects for "php directory lister"

View related business solutions
  • Employee monitoring software with screenshots Icon
    Employee monitoring software with screenshots

    Clear visibility and insights into how employees work. Even remotely

    Our computer monitoring software allows employees, field contractors, and freelancers to manually clock in when they begin working on an assignment. The application will take screenshots randomly or at set intervals, which allows employers to observe the work process. The application only tracks activity when the employee is clocked in. No spying, only transparency.
  • Small Business HR Management Software Icon
    Small Business HR Management Software

    Get a unified timekeeping, scheduling, payroll, HR and benefits portal with WorkforceHub.

    WorkforceHub is the instantly useful, delightfully simple to use, small business solution for tracking time, scheduling and hiring. It scales as your business grows while delivering the mission-critical features an organization needs. It is tailored to, built for, and priced for small business employers.
  • 1
    php-libyear

    php-libyear

    A simple measure of dependency freshness

    A simple measure of dependency freshness. Calculates the total number of years behind their respective newest versions for all dependencies listed in composer.json. Run composer global require ecoapm/libyear and make sure your global composer directory is in your $PATH. Alternatively, composer require --dev ecoapm/libyear will add libyear as a local dev dependency for your current directory's app. Download libyear.phar from the latest release, and put it in the current directory, or somewhere...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 2
    PHP_CodeSniffer

    PHP_CodeSniffer

    Tokenize PHP files and detects violations of coding standards

    PHP_CodeSniffer is a set of two PHP scripts; the main phpcs script that tokenizes PHP, JavaScript and CSS files to detect violations of a defined coding standard, and a second phpcbf script to automatically correct coding standard violations. PHP_CodeSniffer is an essential development tool that ensures your code remains clean and consistent. PHP_CodeSniffer requires PHP version 5.4.0 or greater, although individual sniffs may have additional requirements such as external applications...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    PHP GitHub API

    PHP GitHub API

    A simple PHP GitHub API client, Object Oriented, tested and documented

    A simple PHP GitHub API client, Object Oriented, tested and documented. Uses GitHub API v3 & supports GitHub API v4. The object API (v3) is very similar to the RESTful API. Object Oriented wrapper for GitHub API, written with PHP. Light and fast thanks to lazy loading of API classes. Extensively tested and documented. We are decoupled from any HTTP messaging client with help by HTTPlug. To integrate this library in laravel Graham Campbell created graham-campbell/github. See the installation...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Composer

    Composer

    Dependency Manager for PHP

    Composer is a tool for dependency management in PHP, inspired by node's npm and ruby's bundler. It allows you to declare, manage and install the libraries on which your PHP project depends. Unlike most package managers, Composer manages on a per-project basis. It installs packages or libraries in a directory (e.g. vendor) inside your project and does not install anything globally. However, for convenience it does support a "global" project via the global command. Suppose your project depends...
    Downloads: 82 This Week
    Last Update:
    See Project
  • Rent Manager Software Icon
    Rent Manager Software

    Landlords, multi-family homes, manufactured home communities, single family homes, associations, commercial properties and mixed portfolios.

    Rent Manager is award-winning property management software built for residential, commercial, and short-term-stay portfolios of any size. The program’s fully customizable features include a double-entry accounting system, maintenance management/scheduling, marketing integration, mobile applications, more than 450 insightful reports, and an API that integrates with the best PropTech providers on the market.
  • 5
    Static Analysis Tools for PHP

    Static Analysis Tools for PHP

    Docker image that provides static analysis tools for PHP

    Docker image providing static analysis tools for PHP. The list of available tools and the installer is actually managed in the jakzal/toolbox repository. Docker image with quality analysis tools for PHP. To run the selected tool inside the container, you'll need to mount the project directory on the container with -v "$(pwd):/project". Some tools like to write to the /tmp directory (like PHPStan, or Behat in some cases), therefore it's often useful to share it between docker runs, i.e. with -v...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    web3.php

    web3.php

    A php interface for interacting with the Ethereum blockchain

    A php interface for interacting with the Ethereum blockchain and ecosystem. Assign a value to outside scope(from callback scope to outside scope) Due to the callback is not like a javascript callback, if we need to assign value to outside scope, we need to assign a reference to the callback. If you are using docker as a development machine, you can try ethdock to run local Ethereum blockchain, just simply run docker-compose up -d testrpc and expose the 8545 port.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    KodExplorer

    KodExplorer

    A web based file manager, web IDE / browser based code editor

    KodExplorer is a file manager for the web. It is also a web code editor, which allows you to develop websites directly within the web browser. You can run KodExplorer either online or locally, on Linux, Windows, or Mac-based platforms. The only requirement is to have PHP 5 available. Use experience like operating system, Rich context menu, and toolbar, drag, and drop, shortcut keys. All operations with files and folders on a remote server (copy, cut, paste, move, remove, upload, create folder...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 8
    CodeIgniter RestServer

    CodeIgniter RestServer

    RESTful server implementation for CodeIgniter

    CodeIgniter RestServer is a fully RESTful server implementation for CodeIgniter using one library, one config file and one controller. CodeIgniter Rest Server is available on Packagist (using semantic versioning), and installation via composer is the recommended way to install Codeigniter Rest Server. Note that you will need to copy rest.php to your config directory (e.g. application/config)
    Downloads: 5 This Week
    Last Update:
    See Project
  • 9
    Open Source Social Network

    Open Source Social Network

    Open Source Social Network (OSSN) is a social networking software

    Open Source Social Network (OSSN) is a social networking software written in PHP. It allows you to make a social networking website and helps your members build social relationships, with people who share similar professional or personal interests. It is available in 17 international languages. OSSN Licensed under the Open Source Social Network License (4.0) / Cryptographic Autonomy License version 1.0. OSSN must be installed into a directory writable by the webserver, or it will not function...
    Downloads: 4 This Week
    Last Update:
    See Project
  • Securden Privileged Account Manager Icon
    Securden Privileged Account Manager

    Unified Privileged Access Management

    Discover and manage administrator, service, and web app passwords, keys, and identities. Automate management with approval workflows. Centrally control, audit, monitor, and record all access to critical IT assets.
  • 10
    Timber themes

    Timber themes

    Create WordPress themes with OOP code and the Twig template engine

    Timber helps you create fully-customized WordPress themes faster with more sustainable code. With Timber, you write your HTML using the Twig Template Engine separate from your PHP files. This cleans up your theme code so, for example, your PHP file can focus on being the data/logic, while your Twig file can focus 100% on the HTML and display. Once Timber is installed and activated in your plugins directory, it gives any WordPress theme the ability to take advantage of the power of Twig...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    PHPBrew

    PHPBrew

    Brew & manage PHP versions in pure PHP at HOME

    phpbrew builds and installs multiple version php(s) in your $HOME directory. Configure options are simplified into variants, no worries about the path anymore! Build php with different variants like PDO, MySQL, SQLite, debug, etc. Compile Apache php module and separate them by different versions. Build and install php(s) in your home directory, so you don't need root permission. Switch versions very easily and is integrated with bash/zsh shell. Automatic feature detection. Install & enable php...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Laravel Pint

    Laravel Pint

    Laravel Pint is an opinionated PHP code style fixer for minimalists.

    Laravel Pint is an opinionated PHP code-style fixer for minimalists. Pint is built on top of PHP-CS-Fixer and makes it simple to ensure that your code style stays clean and consistent. Pint is automatically installed with all new Laravel applications so you may start using it immediately. By default, Pint does not require any configuration and will fix code style issues in your code by following the opinionated coding style of Laravel. Pint is included in recent releases of the Laravel...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    World Countries

    World Countries

    World countries in JSON, CSV, XML and Yaml

    This repository contains lists of world countries in JSON, CSV and XML. Each line contains the country. The data folder contains additional data such as the countries GeoJSON outlines and flags in SVG format. The data files provided in the dist directory include all available fields, but is also possible to build a custom version of the data with certain fields excluded. You can also choose to only generate some of the output formats. You can also exclude multiple fields.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Laravel Route Attributes

    Laravel Route Attributes

    Use PHP 8 attributes to register routes in a Laravel app

    Use PHP 8 attributes to register routes in a Laravel app. This package provides annotations to automatically register routes. If you are using a directory structure where you co-locate multiple types of files in the same directory and want to be more specific about which files are checked for route attributes, you can use the patterns and not_patterns options. For example, if you are co-locating your tests with your controllers you could use the patterns option to only look in controller files...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Laravel Money

    Laravel Money

    Laravel Money

    This project abstracts MoneyPHP. The defaults are set in config/money.php. Copy this file to your own config directory to modify the values.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Blade Heroicons

    Blade Heroicons

    A package to easily make use of Heroicons in your Laravel Blade views

    A package to easily make use of Heroicons in your Laravel Blade views. For a full list of available icons see the SVG directory or preview them at heroicons.com. Heroicons are originally developed by Steve Schoger and Adam Wathan.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Firebase for Laravel

    Firebase for Laravel

    A Laravel package for the Firebase PHP Admin SDK

    A Laravel package for the Firebase PHP Admin SDK. This package requires Laravel 8.x and higher or Lumen 8.x and higher. In order to access a Firebase project and its related services using a server SDK, requests must be authenticated. For server-to-server communication, this is done with a Service Account. The package uses auto-discovery for the default project to find the credentials needed for authenticating requests to the Firebase APIs by inspecting certain environment variables and looking...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Doctrine Common

    Doctrine Common

    A library that provides extensions to core PHP functionality

    PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, proxies and much more. Class loading is an essential part of any PHP application that makes heavy use of classes and interfaces. Unfortunately, a lot of people and projects spend a lot of time and effort on custom and specialized class loading strategies. It can quickly become a pain to understand what is going on when using multiple libraries...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Envy

    Envy

    Keep your .env.example file up to date

    Automate keeping your environment files in sync. How many times have you onboarded a new dev onto your team, only to have to spend ages debugging with them because your project's .env.example file is wildly outdated? Too many to count if you're anything like us. Wouldn't it be nice if there were a way to ensure your environment files stay up to date? That's why we created Envy. With a simple Artisan command, you can sync your environment files with your project config to keep everything fresh.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Collect

    Collect

    A Collections-only split from Laravel's Illuminate Support

    Import Laravel's Collections into non-Laravel packages easily, without needing to require the entire Illuminate\Support package. If you are a developer working on Collect and you're tasked with upgrading it to mirror a new version of Laravel, run ./upgrade.sh from the root directory. You can pass a parameter to target a specific Laravel version (e.g. ./upgrade.sh 5.7.10) or if you don't pass a parameter, the script will find the latest tagged release and run against that.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Log Viewer

    Log Viewer

    Fast and beautiful Log Viewer for Laravel

    Beautiful, fast, and open-source viewer for your app logs. Forget scrolling through raw log files to find the errors or debug logs you're looking for. Forget about SSH'ing onto the production server just to read the logs. Log Viewer helps you quickly and clearly see individual log entries, to search, filter, and make sense of your Laravel logs fast. It is free and easy to install.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    NelmioApiDocBundle

    NelmioApiDocBundle

    Generates documentation for your REST API from annotations

    The NelmioApiDocBundle bundle allows you to generate documentation in the OpenAPI (Swagger) format and provides a sandbox to interactively experiment with the API. This bundle supports Symfony route requirements, PHP annotations, Swagger-Php annotations, FOSRestBundle annotations, and apps using API-Platform. For models, it supports the Symfony serializer, the JMS serializer and the willdurand/Hateoas library. It does also support Symfony form types. It generates OpenAPI documentation from your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Laravel Fractal

    Laravel Fractal

    An easy to use Fractal wrapper built for Laravel and Lumen

    ... to know that a facade is provided. You can add methods to the Fractal class using Laravel's Macroable trait. Imagine you want to add some stats to the metadata of your request, you can do so without cluttering your code. You can run the make:transformer command to quickly generate a dummy transformer. By default it will be stored in the app\Transformers directory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    AMP Servers For Windows 32 Bit ( x86 )

    AMP Servers For Windows 32 Bit ( x86 )

    Apache v2.4, MariaDB v10.4, PHP v8.1 With Automated Service Installers

    Please watch the video below for a sample library software installation, which uses this same server. After watching / installing the services, you may copy your new application folder, to the C:\slims9-x86\httpd\htdocs directory and change the DocumentRoot value in the following files : 1. C:\slims9-x86\httpd\conf\httpd.conf 2. C:\slims9-x86\httpd\conf\extra\httpd-ssl.conf Restart the services for applying the new configuration. You may now access your install.php / index.php file, from...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    php2desktop

    php2desktop

    Build Windows desktop applications using PHP, Javascript, CSS & HTML

    php2desktop gives developers the ability to create content rich native Windows GUI applications using web technologies they're familiar with. Zero C language knowledge is necessary, simply copy your web files into the www directory and run by opening the .exe file. In a way, php2desktop is a PHP to exe compiler without the headache of running commands. php2desktop is an out-of-the-box solution that comes pre-built with PHP 8 and a Chromium 114 embedded browser; combine with the power...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next