Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itsgoingd/clockwork-chrome
Clockwork - php dev tools integrated to your browser - Chrome extension
https://github.com/itsgoingd/clockwork-chrome
chrome clockwork debugging devtools firefox laravel logging php profiling slim
Last synced: 2 months ago
JSON representation
Clockwork - php dev tools integrated to your browser - Chrome extension
- Host: GitHub
- URL: https://github.com/itsgoingd/clockwork-chrome
- Owner: itsgoingd
- Archived: true
- Created: 2013-06-24T21:55:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-07-10T21:16:10.000Z (over 5 years ago)
- Last Synced: 2024-07-31T12:08:11.008Z (5 months ago)
- Topics: chrome, clockwork, debugging, devtools, firefox, laravel, logging, php, profiling, slim
- Language: CSS
- Homepage: https://underground.works/clockwork
- Size: 2.04 MB
- Stars: 413
- Watchers: 12
- Forks: 29
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- favorite-link - clockwork-chrome - Clockwork 是一个浏览器扩展,提供调试和分析 PHP 应用程序的工具,包括请求数据,应用程序日志,数据库查询,路由,应用程序运行时的可视化等。
README
#### *Archived repository*
*This repository contains the archived source of Clockwork Chrome up to version 3, you can find the latest version at https://github.com/underground-works/clockwork-app.*
---
### What is Clockwork?
Clockwork is a browser extension, providing tools for debugging and profiling your PHP applications, including request data, application log, database queries, routes, visualisation of application runtime and more.
Clockwork uses a server-side component, that gathers all the data and easily integrates with any PHP project, including out-of-the-box support for major frameworks.
Read more and try it out on the [Clockwork website](https://underground.works/clockwork).
*This repository contains the Clockwork Chrome extension.*
### Privacy
Installation and some updates of the Clockwork extension require privacy permissions.
Since our browsers handle a lot of personal information, we feel it's important to explain what we can do with each permission and why do we need them.
##### Permission to "Access your browsing activity"
Clockwork uses the `webNavigation` API, used for notifications about browser navigation, eg. entering URLs to address bar, clicking links, etc.
Used for the *preserve log* feature. When *preserve log* is *off*, we use this API to know when to clear the requests list.
##### Permission to "Read and modify all your data on all websites you visit"
Clockwork uses the `webRequest` API, used for observing HTTP requests made by the browser, including submitted data, URLs, full response content, with ability to block or modify these requests.
Used for observing incoming HTTP requests for Clockwork-enabled applications and loading Clockwork metadata from headers.
We immediately disregard any requests to non Clockwork-enabled applications, we never modify or store requests.
The extension available in the Chrome Web Store or Firefox Addons is always the latest tagged commit in this repository with no modifications.
### Licence
Copyright (c) 2013 Miroslav Rigler
MIT License
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.