Git Product home page Git Product logo

php-library-template's Introduction



Narrowspark is a PHP framework for large, robust web applications and a superb combination of simplicity, elegance, reusable PHP components with expressive, elegant syntax. Narrowspark attempts to take the pain out of development by easing common tasks.

  • Powerful dependency injection container.
  • Multiple back-ends for session, filesystem and cache storage.
  • A powerful console "cerebro" based on Symfony Console
  • Simple, fast and with support for psr-15 middleware routing engine.
  • Powerful encryption and hashing.

Documentation

The Narrowspark documentation is thorough, complete, and makes it a breeze to get started learning the framework. You need more information's take a look on Narrowspark website.

Community

  • Get Narrowspark support on Stack Overflow, Gitter, etc.
  • Follow us on GitHub.

Contributing

If you would like to help take a look at the list of issues and check our Contributing guild.

Note: Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Security Vulnerabilities

If you discover a security vulnerability within Narrowspark, please send an e-mail to Daniel Bannert at [email protected]. All security vulnerabilities will be promptly addressed.

License

The Narrowspark framework is open-sourced software licensed under the MIT license

php-library-template's People

Contributors

dependabot-preview[bot] avatar dependabot[bot] avatar prisis avatar semantic-release-bot avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

prisisforks

php-library-template's Issues

Dependabot can't resolve your PHP dependency files

Dependabot can't resolve your PHP dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Your requirements could not be resolved to an installable set of packages.
  Problem 1
    - Root composer.json requires wikimedia/composer-merge-plugin ^1.4.1 -> satisfiable by wikimedia/composer-merge-plugin[v1.4.1].
    - wikimedia/composer-merge-plugin v1.4.1 requires composer-plugin-api ^1.0 -> found composer-plugin-api[2.0.0] but it does not match the constraint.

You are using Composer 2, which some of your plugins seem to be incompatible with. Make sure you update your plugins or report a plugin-issue to ask them to support Composer 2.

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

View the update logs.

Add typoci.com config

reminder: added config for typoci.com based on https://typoci.com/documentation

# This is a sample .typo-ci.yml file, it's used to configure how Typo CI will behave.
# Add it to the root of your project and push it to github.
---

# What language dictionaries should it use? Currently Typo CI supports:
# de
# en
# en_GB
# es
# fr
# it
# pt
# pt_BR
dictionaries:
  - en
  - en_GB

# Any files/folders we should ignore?
excluded_files:
  - "vendor/**/*"
  - ".build/**/*"
  - ".dependabot/**/*"
  - ".docker/**/*"
  - ".github/workflows/**/*"
  - ".github/settings.yml"
  - ".changelog"
  - ".editorconfig"
  - ".gitattributes"
  - ".gitignore"
  - ".nvmrc"
  - ".php_cs"
  - ".textlintrc"
  - ".travis.yml"
  - "docker-compose.yml"
  - "infection.json"
  - "package.json"
  - "package-lock.json"
  - "phpstan.neon"
  - "phpunit.xml"
  - "psalm.xml"
  - "psalm-baseline.xml"

# Any typos we should ignore?
excluded_words:
  - typoci
  - testomat
  - composer

# Would you like filenames to also be spellchecked?
spellcheck_filenames: true

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • chore(deps): update dependency php to ~8.1.0
  • chore(deps): update actions/stale action to v6
  • chore(deps): update actions/upload-artifact action to v3
  • chore(deps): update codecov/codecov-action action to v2
  • chore(deps): update codecov/codecov-action action to v3
  • chore(deps): update node.js to v18
  • deps(deps): update dependency thecodingmachine/safe to v2
  • fix(deps): update dependency @anolilab/textlint-config to v3
  • fix(deps): update dependency @anolilab/textlint-config to v4
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

composer
composer.json
  • php ~8.0.0
  • thecodingmachine/safe ^1.1.3
  • narrowspark/coding-standard ^5.2.3
  • phpunit/phpunit ^9.5.2
  • thecodingmachine/phpstan-safe-rule ^1.0.1
docker-compose
.github/workflows/composer-normalize.yml
docker-compose.yml
dockerfile
.docker/php/Dockerfile
github-actions
.github/workflows/coding-standard.yml
  • actions/checkout v2
  • shivammathur/cache-extensions v1
  • actions/cache v2
  • shivammathur/setup-php v2
  • ramsey/composer-install v1
.github/workflows/composer-normalize.yml
  • actions/checkout v2
  • stefanzweifel/git-auto-commit-action v4.0.0
.github/workflows/continuous-integration.yml
  • actions/checkout v2
  • shivammathur/cache-extensions v1
  • actions/cache v2
  • shivammathur/setup-php v2
  • ramsey/composer-install v1
  • actions/upload-artifact v2
  • actions/checkout v2
  • shivammathur/cache-extensions v1
  • actions/cache v2
  • shivammathur/setup-php v2
  • ramsey/composer-install v1
  • actions/upload-artifact v2
  • actions/checkout v2
  • actions/download-artifact v2
  • codecov/codecov-action v1
.github/workflows/greetings.yml
  • actions/first-interaction v1
.github/workflows/license-update.yml
  • actions/checkout v2
  • shivammathur/cache-extensions v1
  • actions/cache v2
  • shivammathur/setup-php v2
  • ramsey/composer-install v1
  • stefanzweifel/git-auto-commit-action v4.9.1
.github/workflows/markdown-lint.yml
  • actions/checkout v2
  • actions/setup-node v2
  • actions/cache v2
.github/workflows/mutation.yml
  • actions/checkout v2
  • shivammathur/cache-extensions v1
  • actions/cache v2
  • shivammathur/setup-php v2
  • ramsey/composer-install v1
.github/workflows/rector-ci.yml
  • actions/checkout v2
  • shivammathur/cache-extensions v1
  • actions/cache v2
  • shivammathur/setup-php v2
  • ramsey/composer-install v1
.github/workflows/security-analysis.yml
  • actions/checkout v2
  • shivammathur/cache-extensions v1
  • actions/cache v2
  • shivammathur/setup-php v2
  • ramsey/composer-install v1
.github/workflows/semantic-release.yml
  • actions/checkout v2
  • shivammathur/cache-extensions v1
  • actions/cache v2
  • shivammathur/setup-php v2
  • ramsey/composer-install v1
  • actions/checkout v2
  • cycjimmy/semantic-release-action v2
.github/workflows/stale-issues.yml
  • actions/stale v3
  • actions/stale v3
  • actions/stale v3
  • actions/stale v3
.github/workflows/static-analyze.yml
  • actions/checkout v2
  • shivammathur/cache-extensions v1
  • actions/cache v2
  • shivammathur/setup-php v2
  • ramsey/composer-install v1
  • actions/checkout v2
  • shivammathur/cache-extensions v1
  • actions/cache v2
  • shivammathur/setup-php v2
  • ramsey/composer-install v1
.github/workflows/template-sync.yml
  • actions/checkout v2
  • narrowspark/template-sync-action v1.0.0-alpha.9
.github/workflows/yaml-lint.yml
  • actions/checkout v2
  • ibiqlik/action-yamllint v3
npm
package.json
  • @anolilab/textlint-config ^1.0.1
nvm
.nvmrc
  • node 14.16.0

  • Check this box to trigger a request for Renovate to run again on this repository

Dependabot can't resolve your PHP dependency files

Dependabot can't resolve your PHP dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Your requirements could not be resolved to an installable set of packages.
  Problem 1
    - Root composer.json requires wikimedia/composer-merge-plugin ^1.4.1 -> satisfiable by wikimedia/composer-merge-plugin[v1.4.1].
    - wikimedia/composer-merge-plugin v1.4.1 requires composer-plugin-api ^1.0 -> found composer-plugin-api[2.0.0] but it does not match the constraint.

You are using Composer 2, which some of your plugins seem to be incompatible with. Make sure you update your plugins or report a plugin-issue to ask them to support Composer 2.

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

View the update logs.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.