jawira/skeleton
Project skeleton/scaffolding for PHP or Laravel-style packages by Jawira. Includes a ready-to-use structure and boilerplate to kickstart new packages quickly, with common configs, tests, and tooling so you can focus on features instead of setup.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| phing/phing | 0.82 | Phing is a PHP build tool based on Apache Ant. Define XML build files to automate testing (PHPUnit), packaging, deployments, file transforms, filesystem tasks, SQL, SCM ops (Git/SVN/Hg), and docs generation. Extensible via custom PHP tasks. | 1,167 | 1,203 | 320 | 260K | 5 | 40.1 | 41.2 | LGPL-3.0 | 4 months ago | |
| pds/skeleton | 0.82 | PDS standard defining a common filesystem skeleton for PHP packages. Specifies required root directories (src, tests, docs, config, bin, public, resources) and key root files (README, LICENSE, CHANGELOG, CONTRIBUTING), plus validation/generation tools. | 2,420 | 2,420 | 164 | 4K | 5 | 20.1 | 8.3 | CC-BY-SA-4.0 | 9 years ago | |
| phing/phing-composer-configurator | 0.81 | Composer plugin that installs and configures Phing from composer.json. Ensures the Phing binary and settings are set up during Composer install/update, simplifying Phing integration in PHP projects and keeping build tooling consistent. | 5 | 5 | 1 | 1K | 0 | 0.2 | 31.1 | — | — | |
| laragraph/utils | 0.81 | Laravel utilities for building GraphQL servers: shared primitives and helpers used by GraphQL packages. Install via Composer and use as a lightweight foundation for SDL-first (Lighthouse) or code-first (graphql-laravel) setups. | 21 | 21 | 8 | 555K | 0 | 20.2 | 62.6 | MIT | 3 months ago | |
| phpcsstandards/phpcsdevcs | 0.80 | phpcsdevcs provides a set of PHP_CodeSniffer rules and configuration to enforce consistent coding standards across PHP projects. Drop-in standards for PHPCS with sensible defaults, helping teams catch style issues early and keep code clean and uniform. | 9 | 9 | 1 | 8K | 4 | 14.4 | 44.9 | LGPL-3.0 | 5 months ago | |
| phpcr/phpcr-utils | 0.80 | Utility library for PHPCR (PHP Content Repository) implementations. Provides helper classes for sessions, node/paths handling, query utilities, and common repository operations to simplify working with PHPCR backends in your applications. | 74 | 74 | 31 | 52K | 14 | 24.1 | 47.0 | NOASSERTION | 6 months ago | |
| phpcr/phpcr | 0.80 | PHPCR defines a common PHP interface for content repositories, inspired by JCR. It standardizes storing and querying structured content across implementations, enabling interchangeable backends, consistent APIs, and integration with tools like Doctrine and Symfony. | 441 | 443 | 35 | 52K | 2 | 9.0 | 29.4 | NOASSERTION | 1 year ago | |
| jackalope/jackalope | 0.79 | Jackalope is a PHP implementation of the JCR (Java Content Repository) API, enabling content repositories with hierarchical nodes, versioning, and queries. Works with backends like Doctrine DBAL or Jackrabbit, and is used by PHPCR-based CMS/tools. | 266 | 269 | 59 | 51K | 41 | 34.7 | 50.9 | NOASSERTION | 6 months ago | |
| phpcsstandards/phpcsextra | 0.79 | PHPCSExtra adds extra rules, sniffs, and tooling to enhance PHP_CodeSniffer code style checks. Designed to complement existing standards, it helps catch more issues, enforce consistency, and integrate smoothly into CI for cleaner PHP codebases. | 103 | 103 | 7 | 2M | 25 | 23.6 | 68.2 | LGPL-3.0 | 6 months ago | |
| roberts/support | 0.73 | — | 0 | 0 | 0 | 48 | 1 | 18.6 | 27.0 | MIT | 1 month ago | |
| moox/skeleton | 0.71 | — | 5 | 5 | 3 | 0 | 0 | 17.4 | — | MIT | 3 months ago | |
| laravel-lang/common | 0.69 | Shared utilities for the Laravel Lang ecosystem: common helpers, contracts, and tooling used across translation and localization packages. Provides reusable building blocks to keep language resources consistent, maintainable, and easy to integrate into Laravel apps. | 156 | 158 | 9 | 216K | 0 | 25.5 | 49.4 | MIT | 2 months ago | |
| orchestra/sidekick | 0.68 | Orchestra Sidekick is a lightweight toolkit of utilities and helper classes for Laravel applications and packages. Provides common convenience functions to speed up development and reduce boilerplate, maintained by the Orchestral ecosystem. | 12 | 13 | 1 | 2M | 0 | 21.1 | 61.1 | MIT | 4 months ago | |
| ahmed-bhs/hexagonal-maker-bundle | 0.67 | — | 8 | 8 | 2 | 0 | 0 | 0.1 | — | MIT | — | |
| wayofdev/laravel-package-tpl | 0.67 | — | 11 | 11 | 1 | 0 | 1 | 10.2 | 3.4 | MIT | 1 year ago | |
| laravel/workos | 0.67 | Laravel utilities used by Laravel starter kits to integrate WorkOS AuthKit. Provides the glue for authentication flows and configuration so you can add WorkOS-powered login to a Laravel app quickly and consistently. | 0 | 43 | — | 45K | — | 19.0 | 46.9 | — | — | |
| cushon/health-bundle | 0.67 | — | 0 | 1 | 1 | 25 | 0 | 1.5 | 19.5 | MIT | 3 years ago | |
| arcanedev/support | 0.67 | ARCANEDEV Support provides shared helpers and utilities for ARCANEDEV and Laravel projects. A lightweight toolkit of common support classes and convenience functions, compatible across Laravel 5.1 through 10.x. | 188 | 190 | 43 | 86K | 1 | 11.5 | 37.1 | MIT | 2 years ago | |
| rector/swiss-knife | 0.66 | Swiss Knife for upgrades: CLI tools to keep codebases clean and PSR-4 compliant. Detect git merge conflicts and commented-out code, find multiple classes per file, fix namespaces to match PSR-4 roots, and finalize classes without children (with skips for mocks/files). | 205 | 206 | 17 | 109K | 0 | 6.2 | 39.1 | MIT | 9 months ago | |
| rinvex/laravel-support | 0.66 | Helper utilities and support classes for Laravel apps: common macros, traits, contracts, and shared helpers used across Rinvex packages. A lightweight toolbox to reduce boilerplate and keep code consistent across projects. | 74 | 73 | 81 | 5K | 0 | 1.4 | 18.0 | MIT | — |
How can I help you explore Laravel packages today?