Libraries tagged by area code
dev-lucid/factory
48 Downloads
A loader for dividing up code into 5 categories: models, views, controllers, rulesets, and helpers. Models are provided by Paris (https://packagist.org/packages/j4mie/paris). Views, controllers, and helpers are basically empty classes waiting for you to add your own functionality. Rulesets provide a way to validate data both client side and server side.
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.
cfxmarkets/repo-tools
366 Downloads
A small set of tools to help manage repositories, such as database migration tools, etc. NOTE: Because these tools encompass a wide range of uses, we've decided not to declare their dependencies explicitly. Rather, these dependencies are _suggested,_ such that people who need them may easily find and download them, while those who don't won't need to incorporate excess code.
acrnogor/flowroute-sdk-v3-php
9 Downloads
The Flowroute APIs are organized around REST. Our APIs have resource-oriented URLs, support HTTP Verbs, and respond with HTTP Status Codes. All API requests and responses, including errors, will be represented as JSON objects. You can use the Flowroute APIs to manage your Flowroute phone numbers including setting primary and failover routes for inbound calls, and sending text messages (SMS and MMS) using long-code or toll-free numbers in your account.
backdrop-dev/view
319 Downloads
System for setting up and rendering theme template files. Views are a bit like a suped-up version of the core WordPress get_template_part() function.
kayobruno/http-status-code
0 Downloads
The "HTTP Status Code Abstraction" project is a PHP 8-based initiative aimed at simplifying the management and usage of HTTP status codes by introducing ENUM support. HTTP status codes are integral to web development, providing vital information about the success or failure of HTTP requests and responses. However, managing and referencing these status codes in a clear and organized manner can often be challenging. This project seeks to address this challenge by leveraging PHP 8's ENUM feature.
yrdesignscraftqrcodecounter/qr-code-ref-counter
10 Downloads
Connect your QR code to your Homepage with your Craft User to count how many calls are made.
nebulosar/codeception-coverage-checker
428 Downloads
Extension for codeception. Can be used to fail tests if they are under the coverage threshold
firesphere/pride-code
13 Downloads
Show who you are. Show your pride
rezouce/codeception-mongodb-cleanstate
341 Downloads
Drop MongoDB databases to ensure each test using MongoDB are in a clean environment
alessandrotesoro/wp-codeless-lib
31 Downloads
An helper library with functionalities that are common among my WP projects.
hatemile/hatemile
10 Downloads
HaTeMiLe is a library that can convert a HTML code in a HTML code more accessible.
nailsapp/module-asset
4220 Downloads
This module provides pre-compiled assets which are used by Nails modules.
nsp-code/wp-hide
1 Downloads
Hide and increase Security for your WordPress website instance using smart techniques. No files are changed on your server.
lounisbou/cell-location
1 Downloads
CellLocation uses API to retrieve estimation of the position of a mobile within a cell's coverage area. It can uses triangulation and enclosing circle algorithms to estimate the possible position of a device based on data from multiple cell towers.