Libraries tagged by enot php
aeon-php/automation
93 Downloads
Automatically update project changelog after commit/tag/release/pull request in "keep a changelog" format (or not)
s9y/serendipity
7 Downloads
A reliable, secure & extensible PHP blog - Not mainstream since 2002
moxio/sqlite-extended-api
8144 Downloads
Exposes SQLite APIs that are otherwise not available in PHP
cakedc/intl
4111 Downloads
Simple replacement library if intl PHP extension is not installed
mouf/utils.i18n.fine
171870 Downloads
Fine is a PHP internationalisation package. It will help you provide applications that support several languages. FINE means: Fine is not english :). Translation is performed using PHP mapping files, but you will have a nice graphical interface in the Mouf framework to write your own translated messages.
emri99/gitlab-generic-api-client
10214 Downloads
PHP GitLab generic API client (not stick to any version)
james-and-james-fulfilment/doctrine1
17259 Downloads
PHP Database ORM for Symfony1. Do NOT use for new projects: please move to a newest Symfony release and Doctrine2
cego/doctrine1
27050 Downloads
PHP Database ORM for Symfony1. Do NOT use for new projects: please move to a newest Symfony release and Doctrine2
yeevy/centris-passerelle
57 Downloads
Unofficial PHP client for the Centris® Passerelle FTP feed — parse, sync & reconcile Quebec MLS listings. Not affiliated with or endorsed by Centris or QFREB.
mouf/utils.common.getvars
164709 Downloads
This is a legacy non-OO package and should not be used in recent developments. A simple package that provides functions to get the parameters from the request in a consistent way. The varaiables can be rerieved in a way that is independent of the php.ini configuration file. Especially, it can cancel the effect of the dreadful 'magic_quotes' parameter.
mouf/security.userfiledao
144876 Downloads
This package contains an implementation of a UserDao, that stores the application users in a simple PHP file. It can be used together with the MoufUserService to provide easy access management to an application. Since the users are stored in a PHP file, this very special DAO does not require a database!
igne-agency/laravel-boot-up
32 Downloads
Boot a Laravel project on any machine with one command: app:serve installs missing tools (PHP, Node, Composer, Herd, Docker), creates .env, sets up the database, runs migrations, builds assets, starts a queue worker and serves via Herd, Sail or artisan serve; app:down cleanly stops everything it started. Also exports deployment scripts for Laravel Forge and fortrabbit (app:deploy-script) and generates CI/CD pipelines with linting, tests and webhook deploys for GitHub Actions and Bitbucket Pipelines (app:pipeline). Development only - not for production use.
byjg/gluo
2 Downloads
Gluo — production-ready PHP REST API framework starter. Create a project with `composer create-project byjg/gluo` and focus on your business logic, not the infrastructure.
presprog/kirby-php-blueprint-loader
16 Downloads
Load PHP blueprints not only from plugins, but your `site` folder, too!
ecomdev/phpspec-magento-di-adapter
20 Downloads
An adapter for DI features of Magento\Framework to write easier your examples with PHPSpec. Does not use ObjectManager, only emulates some of its features