Packages from nilportugues
-
-
PHP
nilportugues/api-transformer
Base library providing the core functionality for API transformation.
-
PHP
nilportugues/assert
A simple and elegant assertion and guard methods library for input validation.
-
PHP
nilportugues/cache
Cache layer for PHP applications using the on Chain of responsability pattern
-
-
-
PHP
nilportugues/eventbus-queue
Event Bus Queue library. Allows implementing asynchronous Event Bus.
-
-
-
-
-
-
PHP
nilportugues/json-api
Serializer transformers outputting valid API responses in JSON, JSON API and HAL+JSON API formats.
-
-
-
-
-
-
-
PHP
nilportugues/messagebus
MessageBus library. Contains CommandBus, QueryBus and EventBus and multiple middleware implementations.
-
-
PHP
nilportugues/php_backslasher
Adds all PHP internal functions to its namespace by adding backslash to them. Improves the application's performance when OPCache is on.
-
PHP
nilportugues/php_forbidden
Looks into the code using a user-defined list of forbidden function in a given path.
-
PHP
nilportugues/php_todo
Looks into the code using a user-defined list of to-do phrases and stops commit if the total amount increased or is above a threshold.
-
-
PHP
nilportugues/repository-cache
Implementation of a base repository with cache layer using StashPHP
-
-
PHP
nilportugues/serializer
Serialize PHP variables, including objects, in any format. Support to unserialize it too.
-
PHP
nilportugues/serializer-eloquent
Eloquent Driver for NilPortugues Serializer outputting valid API responses in JSON, JSON API and HAL+JSON API formats.
-
PHP
nilportugues/sitemap-component
Standalone sitemap builder 100% standards compliant. Build for PHP5.3 and above.
-
PHP
nilportugues/sphinx-search
Fully unit tested SphinxClient (SphinxAPI) for PHP5.3 and above to be used with SphinxSearch
-
PHP
nilportugues/sql-query-builder
An elegant lightweight and efficient SQL QueryInterface BuilderInterface supporting bindings and complicated query generation.
-
PHP
nilportugues/sql-query-formatter
A very lightweight PHP class that reformats unreadable and computer-generated SQL query statements to human-friendly, readable text.
-
-
-
-
-
-
PHP
nilportugues/haljson
HAL+JSON & HAL+XML API transformer outputting valid API responses.
Abandoned! See nilportugues/hal
-
PHP
nilportugues/seo-imagehandler
This PHP class that extracts image tags from HTML code and allows keeping a record of the processed images in a data structure such as a database, creating an abstraction layer that allows the user handle its web application images. The main reasons you would do this are saving up disk space and SEO.
Abandoned!