Libraries tagged by is_defined
pixelbrackets/application-context
2331 Downloads
Define the context of the current enviroment, in order to adapt configuration options depending on the stage an app is running on
mkd/laravel-fast-api
8 Downloads
Laravel FastAPI is a PHP attribute-based routing package designed to streamline API development. It enables developers to define routes, methods, and middlewares directly within their controllers using simple PHP attributes. By reducing the complexity of traditional route definition, Laravel FastAPI improves code organization and enhances performance with route caching. Perfect for developers looking to build clean, efficient APIs in Laravel.
midorikocak/nanodb
108 Downloads
Nano DB is a tiny php library that allows you to define easily usable repositories.
hinet/laravel-sms
419 Downloads
SMS gateway package for laravel,supports Alibaba cloud SMS, Tencent cloud SMS, SendCloud SMS and Baidu cloud SMS. It is easy to expand and you can freely define your own gateway driver.
birb/fancy-stubs-codegen
9 Downloads
Build-time, attribute-driven code generator: write a stub class, mark members with #[DefinerAttribute], and get a real, finished PHP class back — conventions filled in (event names, ids, ...), or whole getters/setters/builder classes generated from the stub's properties. Unlike runtime-reflection tools, the output is a plain PHP file with zero dependency on this library and no per-request reflection cost; useful for scaffolding DDD value objects/aggregates/events, command classes and other boilerplate. Postprocessing (e.g. phpcbf) and framework-specific conventions (e.g. Laravel table/id naming) ship as separate packages — see birb/fancy-stubs-codegen-postprocessors and birb/fancy-stubs-codegen-laravel.
aurorawebsoftware/asetting
845 Downloads
ASetting is a Laravel package that allows you to dynamically define your config definitions.
rooftopcms/rooftop-preview-mode-admin
408 Downloads
Detect whether a client is making a request in preview mode and define a constant accordingly
requtize/fresh-file
3529 Downloads
Simple, fast, standalone PHP lib, that helps You to define, if any of your files were modified since last time You check - Is this file FRESH?
bytestgear/eloquent-incrementable
749 Downloads
Define a custom auto-increment field in your Eloquent model, that is determined through PHP rather than your database engine.
ngurajeka/ngquery
36 Downloads
Like query builder, but it is define by a class
msurkov16/sb-polygon-pointer
13 Downloads
Simple PHP class that provides tools to define is a point (latitude/longitude) is inside the polygon
bwc/bsconf
6 Downloads
BSconf is for define server configurations, repairs and installations in various operating environments..
se7enxweb/ezxmlinstaller-ls
1 Downloads
The eZ XML Installer extension is a plattform to define proccesses for eZ Publish and execute them.
laramicstudio/env-guard
5 Downloads
It lets you define a schema for your .env file — think of it like a contract. When your app boots, it checks your actual .env against that contract and fails loudly and early if something is wrong.It lets you define a schema for your .env file — think of it like a contract. When your app boots, it checks your actual .env against that contract and fails loudly and early if something is wrong.
valorin/cronsync
47 Downloads
CronSync is a way to define your artisan command cron schedule within your code (and therefore in version control), by updating the crontab as part of your deploy process.