Showing 72 open source projects for "patterns"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • G-P - Global EOR Solution Icon
    G-P - Global EOR Solution

    Companies searching for an Employer of Record solution to mitigate risk and manage compliance, taxes, benefits, and payroll anywhere in the world

    With G-P's industry-leading Employer of Record (EOR) and Contractor solutions, you can hire, onboard and manage teams in 180+ countries — quickly and compliantly — without setting up entities.
    Learn More
  • 1
    SecLists

    SecLists

    The Pentester’s Companion

    ...SecLists helps to increase efficiency and productivity in security testing by conveniently providing all the lists a security tester may need in one repository. List types include those for usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and many more. All the tester will have to do is pull this repo onto a new testing box and he’ll have access to every type of list he may require.
    Downloads: 33 This Week
    Last Update:
    See Project
  • 2
    Laravel Route Attributes

    Laravel Route Attributes

    Use PHP 8 attributes to register routes in a Laravel app

    ...If you are using a directory structure where you co-locate multiple types of files in the same directory and want to be more specific about which files are checked for route attributes, you can use the patterns and not_patterns options. For example, if you are co-locating your tests with your controllers you could use the patterns option to only look in controller files, or you could use not_patterns to configure it to not look in test files for route attributes.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    PhpMetrics

    PhpMetrics

    Beautiful and understandable static analysis tool for PHP

    PhpMetrics is a powerful static analysis tool for PHP code that provides metrics on code quality, complexity, maintainability, and architecture. It generates comprehensive reports in HTML format, visualizing metrics like cyclomatic complexity, lines of code, and coupling between classes. PhpMetrics helps developers identify potential code issues, optimize performance, and maintain high-quality codebases.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    Laravel Model States

    Laravel Model States

    State support for models

    This package adds state support to models. It combines concepts from the state pattern and state machines. It is recommended that you're familiar with both patterns if you're going to use this package. Imagine a model Payment, which has three possible states: Pending, Paid, and Failed. This package allows you to represent each state as a separate class, handles serialization of states to the database behind the scenes, and allows for easy and controller state transitions.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Easy-to-use Business Software for the Waste Management Software Industry Icon
    Easy-to-use Business Software for the Waste Management Software Industry

    Increase efficiency, expedite accounts receivables, optimize routes, acquire new customers, & more!

    DOP Software’s mission is to streamline waste and recycling business’ processes by providing them with dynamic, comprehensive software and services that increase productivity and quality of performance.
    Learn More
  • 5
    inertia

    inertia

    Inertia.js lets you quickly build modern single-page React, Vue

    ...Inertia allows you to create fully client-side rendered, single-page apps, without the complexity that comes with modern SPAs. It does this by leveraging existing server-side patterns that you already love. Inertia has no client-side routing, nor does it require an API. Simply build controllers and page views like you've always done! Inertia works great with any backend framework, but it's fine-tuned for Laravel.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 6
    PHP Map

    PHP Map

    PHP arrays and collections made easy

    ...Map also supports typical array operations like push, remove, and iteration alongside higher-level methods for grouping, mapping, and reducing values. Because it leverages familiar patterns, developers experienced with modern JS or Laravel will find it intuitive and lightweight enough to use in a wide range of PHP projects.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    Symfony Inflector

    Symfony Inflector

    Converts words between their singular and plural forms (English only)

    Symfony Inflector is a lightweight PHP component that provides tools for transforming English words between singular and plural forms. It is useful for dynamic naming, code generation, and building human-readable interfaces. The component includes simple, reliable inflection logic and integrates easily with other Symfony components or standalone PHP projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    phpRedisAdmin

    phpRedisAdmin

    Simple web interface to manage Redis databases

    phpRedisAdmin is a web-based administration tool for managing Redis databases. It provides a user-friendly interface for viewing, editing, and managing Redis keys and data. The tool is lightweight and easy to set up, making it ideal for developers and administrators who need quick and efficient access to their Redis instances. It supports multiple Redis servers and offers basic data manipulation features directly from the browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Addy

    Addy

    Anonymous email forwarding

    Addy is an open-source anonymous email forwarding service designed to protect users’ real email addresses from exposure, spam, and tracking by letting them create and manage unlimited email aliases that forward to their primary inbox. Instead of giving out their real email address when signing up for services, users can create descriptive or random alias addresses that disguise their identity and keep their inbox clean by deactivating or deleting any alias that starts receiving unwanted...
    Downloads: 2 This Week
    Last Update:
    See Project
  • The AI workplace management platform Icon
    The AI workplace management platform

    Plan smart spaces, connect teams, manage assets, and get insights with the leading AI-powered operating system for the built world.

    By combining AI workflows, predictive intelligence, and automated insights, OfficeSpace gives leaders a complete view of how their spaces are used and how people work. Facilities, IT, HR, and Real Estate teams use OfficeSpace to optimize space utilization, enhance employee experience, and reduce portfolio costs with precision.
    Learn More
  • 10
    laravel-paystack

    laravel-paystack

    Laravel 6, 7, 8, 9, 10 and 11 Package for Paystack

    ...Paystack’s combination of automated and manual fraud systems protects you from fraudulent transactions and associated chargeback claims. Understand your customers’ purchase patterns and do easy reconciliations with a robust data Dashboard and easy exports.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    Psalm

    Psalm

    A static analysis tool for finding errors in PHP applications

    ...Psalm helps people maintain a wide variety of codebases, large and small, ancient and modern. On its strictest setting it can help you prevent almost all type-related runtime errors, and enables you to take advantage of safe coding patterns popular in other languages. Psalm also fixes bugs automatically, allowing you to improve your code without breaking a sweat. If Psalm cannot infer a type for an expression then it uses a mixed placeholder type. mixed types can sometimes mask bugs, so keeping track of them helps you avoid a number of common pitfalls. Psalm has a Language Server that’s compatible with a range of different IDEs. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    Phalcon

    Phalcon

    High performance, full-stack PHP framework delivered as a C extension

    ...Thanks to its low-level architecture and optimizations Phalcon provides the lowest overhead for MVC-based applications. Build single and multi-module applications with ease and pleasure. Using the file structure, scheme and patterns you already know. Phalcon is built upon a powerful yet easy to understand and use pattern called Dependency Injection. Initialize or define services once, and use them virtually anywhere throughout the application.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    EventDispatcher Component

    EventDispatcher Component

    Tools that allow your application components to communicate

    The EventDispatcher component provides tools that allow your application components to communicate with each other by dispatching events and listening to them. Object-oriented code has gone a long way to ensuring code extensibility. By creating classes that have well-defined responsibilities, your code becomes more flexible and a developer can extend them with subclasses to modify their behaviors. But if they want to share the changes with other developers who have also made their own...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    php-file-iterator

    php-file-iterator

    FilterIterator implementation that filters files

    ...Exclusion lists help you skip vendor directories, VCS folders, or generated artifacts that would otherwise slow down tools. The iterator interface means results are streamed rather than loaded at once, which keeps memory usage modest on large codebases. It also plays nicely with glob patterns and SPL iterators, so you can combine it with other filesystem utilities. As part of the PHPUnit tooling suite, it’s optimized for speed and predictable behavior across platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    AWS SDK ZF2 Module

    AWS SDK ZF2 Module

    ZF2 module for using the AWS SDK for PHP to interact with AWS services

    ...The SDK is a modern, open-source PHP library that makes it easy to integrate your PHP application with AWS services like Amazon S3, Amazon Glacier, and Amazon DynamoDB. Version 3 of the AWS SDK for PHP is now generally available and includes a number of improvements and new features while maintaining nearly identical API patterns for easy migration from version 2. Conveniently marshal and unmarshal JSON documents and PHP arrays for storage in Amazon DynamoDB. Remove the session state scale bottleneck by easily storing the application session state in DynamoDB. Use PHP's built-in functions such as fopen, copy, and file_get_contents to work with objects stored in Amazon S3. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Doctrine Lexer

    Doctrine Lexer

    Base library for a lexer that can be used in Recursive Descent Parsers

    ...To write your own parser you just need to extend Doctrine\Common\Lexer\AbstractLexer and implement three abstract methods. These methods define the lexical catchable and non-catchable patterns and a method for returning the type of a token and filtering the value if necessary. The Lexer is responsible for giving you an API to walk across a string one character at a time and analyze the type of each character, value and position of each token in the string. The low level API of the lexer is pretty simple. The setInput($input) option sets the input data to be tokenized. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    SSPanel-UIM

    SSPanel-UIM

    Multi-purpose proxy service management system

    ...Administrators can configure SSR/V2Ray or other proxy backends and synchronize them with the panel, so nodes apply updates or bans uniformly. Because anonymity and reliability matter, SSPanel-UIM includes abuse checks like detection of reused accounts or suspicious traffic patterns. Many deployments are used in regions where open access is restricted and users rely on secure routing tools managed via such control planes to enforce policy and usage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Photoshop GIMP Extensions Installer

    Photoshop GIMP Extensions Installer

    Installs 180 Photoshop and GIMP Brushes, Plugins + Scripts fast

    Photoshop and GIMP Extensions Installer installs + 180 plug-ins, pattern, gradients, curves easy for Photoshop + GIMP with 1 click. Use the Photoshop and GIMP Extensions Installer to choose one or more.... - plugins - brushes - scripts - patterns - gradients ... to install them easily and full-automatically. 1. Choose the version of Photoshop / GIMP 2. Choose a plugin 3. Click on install ++ SYSTEM-Checkup with custom installation folder selection ++ IMPORTER for all kind of extensions [for GIMP + Photoshop] Get PGEI Pro at https://pgei.de/pgei-pro/ Use the new filters to speed up your search. ...
    Downloads: 20 This Week
    Last Update:
    See Project
  • 19
    ...Alerts are viewed and summarized in different ways, filtered, and documented until ideally no alerts remain. At any time, filters can be suppressed so that all collected alerts can be analyzed for patterns, forensics, etc. Filters can also be used to hide noisy alerts without deleting them or suppressing them at the IDS. An effective strategy for dealing with noisy alerts can be achieved by combining alert thresholding at the IDS and filtering in SNEZ. SNORT® is a registered trademark of Sourcefire, Inc. All rights reserved.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 20
    reCAPTCHA

    reCAPTCHA

    PHP client library for reCAPTCHA, a free service

    reCAPTCHA is Google’s human-verification system that helps websites distinguish real users from automated abuse while keeping friction low for legitimate traffic. The project bundles client and server examples, language-specific helpers, and documentation patterns for integrating reCAPTCHA v2 and v3 flows into web forms and APIs. Its design philosophy is “risk-based”: most users pass silently based on behavioral signals, while higher-risk interactions may be challenged with an image, checkbox, or other verification step. Site owners register keys, embed a small client script, and verify tokens on the server to protect actions like sign-ups, logins, and form submissions. ...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 21
    Opulence

    Opulence

    A simple, secure, and scalable PHP application framework

    ...Create extendable, cacheable views using Fortune. Use middleware to manipulate your HTTP requests and responses. Use plain-old PHP objects and the repository and data mapper patterns for your ORM. Write your own powerful console commands using Apex. Integration test all your HTTP routes and console commands. Automatically instantiate controllers with the DI container.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Clean Code PHP

    Clean Code PHP

    Clean Code concepts adapted for PHP

    Clean Code PHP is a coding standard and guideline project aimed at promoting readable, maintainable, and robust PHP across teams and projects. It distills principles like meaningful naming, small functions, single responsibility, error handling, and tests into style rules and examples tailored for PHP’s idioms and language features. Contributors map each guideline to real-world scenarios—refactoring suggestions, before/after code snippets, and edge-case handling—in ways that are directly...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    barbershop

    barbershop

    Php barbershop booking and admin system for mobile phone operation

    Barbershop V5.0 is a web-based system that allows online customers to make reservations against a server-based appointment book. The system includes a supporting configuration page that allows shop management to specify staff-working patterns and to block out staff and bank holidays etc. Though it expects customers to make bookings online and pay for them upfront using Paypal, the support page also allows the shop management to take unpaid bookings from telephone enquirers. The software is designed to work from mobile phones as well as laptops etc. It uses a Mysql database. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Adianti

    Adianti Framework provides a complete architecture for developing PHP.

    Adianti Framework provides a complete architecture for developing PHP applications, reducing development costs and helping developers to write less code. Adianti Framework is a component-based and event-driven framework that uses commonly known enterprise design patterns like MVC (Model View Controller), Front Controller and ORM (Object-Relational Mapping) design patterns like Active Record and Repository. Adianti Framework is also the first framework in the world that provides two different widget toolkits, one for Web applications (HTML/CSS) and another for graphical applications (with Graphical User Interface) that uses Gtk internally. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 25
    Get latest version from: https://github.com/phpmathan/zampphp Zamp PHP is a rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying applications. Using commonly known design patterns like MVC.
    Downloads: 11 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next