Libraries tagged by romanization
vonheldenundgestalten/contao-autowrap
51 Downloads
Contao 4 bundle to wrap content elements for easier page layout and HTML organization.
systemseed/falcon
232 Downloads
Open sourced repository for charity organizations.
symfonycontrib/taxonomy-bundle
3096 Downloads
Symfony taxonomy management for content organization. (tags, categories, groups, types, etc.)
swow-cloud/archer
7 Downloads
基于Swow的Task组件,支持多种模式。轻松实现协程Task的队列、并发、Defer | Swow coroutine task kit - Swoole Humanization Library
serendipity-swow/archer
4 Downloads
基于Swow的Task组件,支持多种模式。轻松实现协程Task的队列、并发、Defer | Swow coroutine task kit - Swoole Humanization Library
romanyurkhanov/module-dealer
2 Downloads
RomanYurkhanov Dealer module for Magento 2. Help to sell product from other organizations.
rockhopsoft/buckystats
4 Downloads
Bucky Stats - Data Graphs for Co-Pilots of Spaceship Earth — Tracking some data points of a world whose organization is far too dominated by earlier grunches of giants. Inspired by Buckminster Fuller's ideas of immense data dashboards used to inform world leaders. If our governments are truly representative, then we all need powerful access to actionable data for evidence-based decisions.
rightcapital/placeholder
0 Downloads
This is a placeholder project to reserve the organization name in packagist
ravikisha/nexaphp
0 Downloads
NexaPHP is a lightweight and flexible MVC (Model-View-Controller) framework for PHP, designed to streamline the development of web applications. With NexaPHP, you can quickly build scalable and maintainable PHP applications by separating concerns and promoting code organization.
ramiroestrella/laravel-database-anonymize
5 Downloads
Laravel Database Anonymize is a package designed to streamline data anonymization, enabling organizations to safeguard privacy, comply with regulations, reduce the risk of data breaches, and share data securely.
quicko/clubmanager
52 Downloads
The TYPO3 module for managing clubs, foundations and associations. With Clubmanager, you get the tool to manage the organization AND public relations of your club or association in a cost-saving and effective way.
pluswerk/t3ext_ig_ldap_sso_auth
488 Downloads
This extension provides LDAP support for TYPO3 by delegating the authentication of frontend and/or backend users to the centrally-managed directory of your organization. It fully supports OpenLDAP and Active Directory and is capable of connecting securely to the authentication server using either TLS or SSL (ldaps://). In case of use in an intranet environment, this extension is a perfect match since it natively brings Single Sign-On (SSO) capability to TYPO3 without any complex configuration.
perfect-oblivion/adr
178 Downloads
A collection of PerfectOblivion packages for ADR organization of your Laravel app.
openpsa/org-openpsa-contacts
386 Downloads
Application for managing contact persons and organizations
numeno/api-admin
20 Downloads
## Introduction Use the Numeno Administration API to create API Keys and set their permissions (which we call Scopes). This API is meant to be used by administrators of your organization. ## Scopes Scopes are used to let API Keys access only certain parts of the API. Scopes are expressed as a string of the form `api:resource:action`. For example, from the Numeno Article Recommender API (`art-rec`): - `art-rec:feeds:read` - can read any Feed (eg. `GET` `/feeds`, `/feeds/:id`, `/feeds/:id/streams`, etc.) - `art-rec:feeds:write` - can write (and read) any Feed - `art-rec:feeds:*` - can perform any action on Feeds - `art-rec:*:read` - can read any resource on `art-rec` - `*:*:*` - can do everything