Libraries tagged by enot php
php-quickorm/framework
32 Downloads
A light PHP framework for building API server (not only ORM, but a fully framework)
m3m0r7/git-version
35642 Downloads
Git commit hash-based version manager for PHP (Not used git command)
tnapf/router
478 Downloads
Totally Not Another PHP Framework's router package
devneet/rune
14 Downloads
Rune is a lore-driven, modular concept beneath PHP, designed not to dictate development — but to respond to it.
pamil/sturdy-garbanzo
36 Downloads
Bunch of useful (but not very well documented) PHP tools
kunstmaan/newrelicbundle
11475 Downloads
THIS REPO IS DEPRECATED: replaced by EkinoNewRelicBundle | This bundle adds support for NewRelic's named transactions to you Symfony2 project so that every controller and action is tracked separately and not everything under app.php. This also means you can start using the Key Transactions feature of NewRelic.
cakedc/intl
3955 Downloads
Simple replacement library if intl PHP extension is not installed
catlabinteractive/neuron
2275 Downloads
Very light php framework. Should probably not be used.
aramonc/docblock-parser
27 Downloads
Parses strings for docBlock like portions and then extracts the annotations, descriptions, and optional document content. This should not be used as an annotation parser for PHP code, at least not on it's own. If you're looking to do something with the docBlocks you might want to use something like https://github.com/schmittjoh/metadata better. This is more for if you're trying to get metadata from a plain text file. Look through the tests for examples.
sikker/notnosql
18 Downloads
The SQL-based NoSQL library for PHP -- it's NoSQL, even though it's not!
neilime/zf2-browscap
2370 Downloads
ZF2 Browscap is a Zend Framework 2 module that provides an improved 'get_browser' function. This module could be standalone if 'browscap' configuration setting in php.ini is undefined or does not point to the correct location of the browscap.ini file
vouchedfor/gocardless-enterprise
3884 Downloads
A php library for interfacing with the GoCardless Enterprise REST API. Please note this library is not for use with their standard API.
net-tools/composer-interface
1086 Downloads
PHP shell interface to Composer when SSH is not available on your host
mouf/security.userfiledao
143726 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!
mcsodbrenner/serpent
329 Downloads
Serpent is a lightweight and compiling templating engine for PHP. It was designed to seamlessly integrate into existing MVC frameworks. It uses PHP itself as its template language, so you do not need to learn a new markup language. On the other side you get many improvements compared to pure PHP.