Libraries tagged by is_defined
kristofvc/contact
25 Downloads
This is a component that defines a contact page
php-clean-arch/identity
8 Downloads
Defines what an identity is for the data we handle in our application
geraldloss/glcrossword
117 Downloads
Supplies a crossword extension, to create your own crossword on a homepage. This extension is very flexible. You can define crosswords of every size, answer fields with more then one letter and you can define answers in every posible direction. All you need is to create your own questions and answers and assign it with your crossword. In the frontend you can edit the crossword with javascript very user friendly. The communication with the backend is performed with ajax. See under https://www.schulze-thulin.de/en/games/welsh-crossword for an online example. This extension use jQuery 3.6 and Bootstrap 5.1
ifnot/describable
164 Downloads
Describable is a simple way for define object/property unique identification.
ds-easy/typo3-routes
2 Downloads
Easy TYPO3 Routes is inspired by Symfony’s routing mechanism. Define a page by creating a controller, passing all relevant data through a PHP attribute, and creating a corresponding template.
viktor-firus/image-tools
1600 Downloads
This extension is a toolkit to generate responsive images in fluid templates (with optional lazy loading and opportunity to define animations yourself for lazy loading).
tfrommen/default-post-date
10 Downloads
Define an individual default post date that is to be used when adding a new post.
senman/yii2-crontab-manager
91 Downloads
更方便的管理您的定时任务,实时暂停、启动、修改定时任务的执行时间等等 With this package, you can better manage your multifarious timing tasks, just define an execution entry that can be implemented more flexibly by manipulating database data for timing, opening, closing, setting up time, and so on.Description: the task manager implements the flexibility of multiple processes. After the task is opened, each task takes up a sub process and automatically releases after completion.Preparation: installation extension To implement the multiple processes of PHP, we need two extensions pcntl and POSIX, which can be added at compile time: - enable-pcntl, do not use - disable-pcntl, POSIX is the default installation. PHP multi process modules rely on pcntl extensions
rutay/laravel-ccmd
2 Downloads
ccmd is a Laravel package that provides a less verbose way to define and schedule commands.
royvoetman/laravel-prefixer
17 Downloads
Define a prefix in your controller which is automatically appended to your view- or route-names.
roy404/eloquent
254 Downloads
Eloquent is the default ORM (Object-Relational Mapping). It provides a simple ActiveRecord implementation for working with your database. With Eloquent, you can define database models as classes, and interact with the database using these models, rather than writing raw SQL queries.
onm/int-park
698 Downloads
Interactive Park Planner is a TYPO3 extension which is using leaflet library to place and show markers with its description on an image. You can create as many "plans/images" as you want. Markers with custom icons can also be used. Also, per marker, you can define individual titles and links to subpages. - Get in touch with us: Open New Media GmbH | Digital communication agency | Tel .: +49 261 30380-80 | E-Mail: [email protected] | Web: https://www.onm.de | Hotel solutions: https://www.hotelsuite.de
mzb/php-router-matcher
10 Downloads
The router component allows you to define routes that correspond to controllers or managers that should receive the request. A router parses the URI to extract this information. The router has two modes: MVC, and match-only. The first mode is ideal for working on MVC applications.
luizfabianonogueira/acl-permissions
6 Downloads
ACL Permissions is a Laravel package that provides a robust and flexible access control system based on ACL (Access Control List). It allows you to define and manage permissions in a granular way for users and groups, ensuring that each resource is accessed only by those with proper authorization.
lfbn/base-model
5 Downloads
This is a Base Model that can be extended to define Models. It helps handling data validation, and extracting data.