Libraries tagged by like php
axelitus/base
74 Downloads
A framework agnostic PHP package that contains _extensions_ and helpers for the PHP primitive types (strings, numbers, array, etc.). It also contains common interfaces for _new_ types like collections, etc.
torann/dom-parser
454 Downloads
A HTML DOM parser written in PHP7 let you manipulate HTML in a very easy way! Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.
crimsonkissaki/mockmaker
42 Downloads
Whether you call them doubles, stubs, mocks, partials, fakes, or something else there are times when a mocking library such as PHPUnit's mockBuilder, Mockery, Prophecy, etc. just doesn't do exactly what you need or want. Sometimes you just need a concrete class implementation to run through the unit test wringer or a full end to end functional unit test suite. MockMaker aims to simplify the process of generating concrete fake ORM entity objects. Flexible and extendable, the generated seed code can be altered to suit your particular project with relative ease. That means after the initial setup you can re-run MockMaker for any new entities that get added in or update existing entities that change with little to no fuss. What's more, once MockMaker has made your files it's done; you don't have to include it in your code base and can use the generated files like any other project class.
stronk7/php-search
18 Downloads
Semantic-like PHP searches using AST structures generated by php-parser
palabs/php-enum
875 Downloads
Java-like PHP Enum implementation for php 7.4+
nggit/php-dom-wrapper
8 Downloads
A Simple, jQuery-like PHP DOM Wrapper
chromatix/phpcs-config-chromatix-no-wordpress
1549 Downloads
Like phpcs-config-chromatix, but without the rules for things that can only be used in the WordPress context.
php-mod/php-lang
111 Downloads
Java.lang like for PHP
ziggeo/phprecious
52920 Downloads
PHPrecious is a Ruby-on-Rails-like light-weight PHP-framework.
vfa-ako/zarinpal-php
16 Downloads
A PHP ORM-like package for using all Zarinpal APIs
lpks/php-websocket
312 Downloads
Websocket like SocketIO for PHP language.
hschulz/php-io-streams
21 Downloads
Java like streams in PHP.
flexibuild/php-safe
294 Downloads
Yii2 template engine. Php-Safe compiler generates php code like source but with safe echo.
etconsilium/php-recursive-array-object
73 Downloads
Recursiveful PHP ArrayObject. Like a JavaScript. Layka Rolinsto \m/
ynkt/enum-like
2 Downloads
Implementation like Enum with PHP