Libraries tagged by props
it-blaster/uploadable-behavior
7123 Downloads
The UploadableBehavior helps you handle uploaded files with Propel
it-blaster/mail-template-bundle
6513 Downloads
Symfony2 mailer bundle
it-blaster/crop-bundle
6658 Downloads
The bundle for in-form image cropping
ijvo/kdyby-strict-objects
642 Downloads
Simple trait to make your class strict, when calling or accessing undefined member (property or method).
fazland/elastica-bundle
83349 Downloads
Elasticsearch PHP integration for your Symfony2 project using Elastica
dobrik/extended-dumper
8860 Downloads
Symfony var dumper with extended data.
dev-lancer/mc-pack
1020 Downloads
The library is designed to integrate the minecraft server with the website.
contao-estatemanager/core
1111 Downloads
EstateManager for Contao - Manage real estate properties in Contao.
comunedifirenze/mysql-workbench-schema-exporter
6708 Downloads
MySQL Workbench Schema Exporter
bnomei/kirby-blueprints
50 Downloads
PHP Class-based Blueprints for Kirby CMS for better type safety and code completion
antares/accessible-bundle
3766 Downloads
A bundle to easily use Accessible in Symfony projects.
antares/accessible
3840 Downloads
PHP library that allows you to define your class' getters, setters and constructor with docblock annotations.
sikessem/capsule
1553 Downloads
Capsule is designed to make it easier to manage dependencies and objects, while improving encapsulation and ensuring code quality.
crossjoin/browscap
234345 Downloads
The standalone PHP Browscap parser Crossjoin\Browscap detects browser properties as well as device information based on the user agent string of the requesting browsers and search engines, using the data from the Browser Capabilities Project. It's several hundred times faster than the build-in PHP function get_browser(), and faster than other Browscap PHP libraries, with much lower memory consumption. Optionally Crossjoin\Browscap automatically updates the Browscap data, so you're always up-to-date. The newest version is build for PHP 7.x, for PHP >= 5.6 use version 2.x, for PHP >= 5.3 use version 1.x.
aedart/overload
11166 Downloads
Provides means to dynamically deal with inaccessible properties, by implementing PHP's magic methods; __get(), __set(), __isset(), and __unset(). This package, however, enforces the usage of getters- and setters-methods, ensuring that if a property is indeed available, then its corresponding getter or setter method will be invoked. The term 'overload', in this context, refers to PHP’s own definition hereof. (http://php.net/manual/en/language.oop5.overloading.php)